home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
1301_400
/
DISK1321
/
DISK1321.ZIP
/
PC_SIG.NOT
< prev
next >
Wrap
Text File
|
1990-06-15
|
2KB
|
57 lines
l
Detailed Program Description, Pascal Translator/Interpreter:
-----------------------------------------------------------
Pascal Translator
Author Version 3.8
Disk Number 1321
Special Requirements: None
Author Registration: $50 to purchase full version
The package consists of a Pascal to p-code translator and a
p-code interpreter.
The Pascal Translator accepts Standard Pascal programs with C
masking and shifting extensions and produces text "assembly
language" files that the interpreter program executes directly.
Programs can be compiled from a user's text file or directly one
line at a time from the keyboard (keyboard input allows only the
current line to be edited). This introductory version allows 7
files to be open at a time, limits sets to 64 members, and allows
string constants of up to 80 characters.
List of Program Files and one-line description of each file:
-----------------------------------------------------------
TRANSLAT.EXE The Pascal to p-code translator program. Typing
translat <Enter>
causes the program to write out a paragraph of
user directions.
Typical calling sequence is
translat source.pas object.pcd <Enter>
INTERPRE.EXE The p-code interpreter. Typing
intepre <Enter>
causes the program to write out a paragraph of
user directions.
Typical calling sequence is
interpre object.pcd [Optional program files] <Enter>
Author:
Victor Schneider
291 Summit Ave.
Suite 3QD
Brighton, MA 02146 USA